MessageDisplayDataProvider

abstract class MessageDisplayDataProvider

This interface provides the functionality to process and generate message information during the sending or rendering of messages in the UIKit.

Since

3.5.7

Constructors

Link copied to clipboard
fun MessageDisplayDataProvider()

Functions

Link copied to clipboard
open fun shouldRunOnUIThread(): Boolean

Returns whether the generate method should be run on a UI thread.

Properties

Link copied to clipboard

Returns the MessageDisplayDataGenerator to process and generate the information of the message when rendering a user message. If the return value is null, do not use the generator.